From: Richard M. Stallman Date: Sat, 17 May 1997 18:39:23 +0000 (+0000) Subject: (Info-set-mode-line): Add some spaces at the beginning. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81213 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a580e88443042c94bbafcd5246fd6fceb2785b15;p=emacs.git (Info-set-mode-line): Add some spaces at the beginning. --- diff --git a/lisp/info.el b/lisp/info.el index fb5c7b985a2..d6a42819799 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -661,7 +661,7 @@ In standalone mode, \\\\[Info-exit] exits Emacs itself." (defun Info-set-mode-line () (setq mode-line-buffer-identification (concat - "Info: (" + " Info: (" (if Info-current-file (file-name-nondirectory Info-current-file) "")